; shadow render pixel shader

; t0 is the shadow map projected

ps.1.1

def c0, 0.2, 0.2, 0.2, 0.6

tex t0

mov r0.rgb, c0
+mul r0.a, t0.a, c0.a
;mov r0, c0
